Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: problem with CreateObject("Shell.Application")
Feedback Type: Problem
Product Area: Domino Designer on Eclipse (DDE)
Technical Area: Error Message
Platform: Windows
Release: 8.5.2
Reproducible: Unknown

hi,
i try to unzip a zip-file with this agent:
[code]
Sub Initialize
Dim oUnzipFSO As Variant
Dim obj As Variant
Set oUnzipFSO = CreateObject("Scripting.FileSystemObject")
If Not oUnzipFSO.FolderExists("C:\unzip") Then
oUnzipFSO.CreateFolder("C:\unzip")
End If
Set obj = CreateObject("Shell.Application")
Call obj.NameSpace("C:\").CopyHere(obj.NameSpace("C:\unzip\pl.zip").Items)
Set oUnzipFSO = Nothing
MsgBox("ok")
End Sub
[/code]
the line 'Call obj.NameSpace("C:\").CopyHere(obj.NameSpace("C:\unzip\pl.zip").Items)' throws an error message:
"Automation objekt member not found"
i don't know how to make this work.
i hope someone can help me.


Feedback number WEBB8DNHZ4 created by ~Judy Nimtoolyflar on 02/01/2011

Status: Open
Comments:

problem with CreateObject("Shell.Ap... (~Judy Nimtoolyf... 1.Feb.11)
. . Items is a method... (~Tip Opjipymanl... 3.Feb.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS